home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / bc_1_02.lha / bc-1.02-amiga / src.diff < prev    next >
Encoding:
Text File  |  1993-09-03  |  305 b   |  13 lines

  1. *** bc-1.02/execute.c    Fri Sep  3 00:42:28 1993
  2. --- bc-1.02-amiga/execute.c    Fri Sep  3 00:38:51 1993
  3. ***************
  4. *** 93,96 ****
  5. --- 93,99 ----
  6.     while (pc.pc_addr < functions[pc.pc_func].f_code_size && !runtime_error)
  7.       {
  8. + #ifdef __SASC
  9. +       chkabort();
  10. + #endif
  11.         inst = byte(&pc);
  12.   
  13.